Appliance Recovery Backup Job Details FilterSpec

Appliance Recovery Backup Job Details FilterSpec
Appliance Recovery Backup Job Details FilterSpec

The Appliance Recovery Backup Job Details FilterSpec schema contains properties used to filter the results when listing backup jobs details (see GET /appliance/recovery/backup/job/details).

This schema was added in vSphere API 6.7.

JSON Example
{
    "jobs": [
        "string"
    ]
}
array of string
jobs
Optional

Identifiers of backup jobs that can match the filter.

This property was added in vSphere API 6.7.

If missing or null the filter will match all the backup jobs.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.appliance.recovery.backup.job. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.job.